home *** CD-ROM | disk | FTP | other *** search
/ Private Casting / Casting One.bin / Docs / Interview.dir / Internal_7.ls < prev    next >
Encoding:
Text File  |  1997-01-22  |  164 b   |  8 lines

  1. on exitFrame
  2.   set the visible of sprite 3 to 0
  3.   set the visible of sprite 4 to 0
  4.   repeat with x = 11 to 18
  5.     set the visible of sprite x to 0
  6.   end repeat
  7. end
  8.